/*! v-1.19.916617 */
.el-carousel {
  --el-carousel-arrow-font-size: 12px;
  --el-carousel-arrow-size: 36px;
  --el-carousel-arrow-background: rgba(31, 45, 61, 0.11);
  --el-carousel-arrow-hover-background: rgba(31, 45, 61, 0.23);
  --el-carousel-indicator-width: 30px;
  --el-carousel-indicator-height: 2px;
  --el-carousel-indicator-padding-horizontal: 4px;
  --el-carousel-indicator-padding-vertical: 12px;
  --el-carousel-indicator-out-color: var(--el-border-color-hover);
  position: relative;
}
.el-carousel--horizontal,
.el-carousel--vertical {
  overflow: hidden;
}
.el-carousel__container {
  height: 300px;
  position: relative;
}
.el-carousel__arrow {
  align-items: center;
  background-color: var(--el-carousel-arrow-background);
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: var(--el-carousel-arrow-font-size);
  height: var(--el-carousel-arrow-size);
  justify-content: center;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--el-transition-duration);
  width: var(--el-carousel-arrow-size);
  z-index: 10;
}
.el-carousel__arrow--left {
  left: 16px;
}
.el-carousel__arrow--right {
  right: 16px;
}
.el-carousel__arrow:hover {
  background-color: var(--el-carousel-arrow-hover-background);
}
.el-carousel__arrow i {
  cursor: pointer;
}
.el-carousel__indicators {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: calc(var(--el-index-normal) + 1);
}
.el-carousel__indicators--horizontal {
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
.el-carousel__indicators--vertical {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.el-carousel__indicators--outside {
  bottom: calc(
    var(--el-carousel-indicator-height) +
      var(--el-carousel-indicator-padding-vertical) * 2
  );
  position: static;
  text-align: center;
  transform: none;
}
.el-carousel__indicators--outside .el-carousel__indicator:hover button {
  opacity: 0.64;
}
.el-carousel__indicators--outside button {
  background-color: var(--el-carousel-indicator-out-color);
  opacity: 0.24;
}
.el-carousel__indicators--right {
  right: 0;
}
.el-carousel__indicators--labels {
  left: 0;
  right: 0;
  text-align: center;
  transform: none;
}
.el-carousel__indicators--labels .el-carousel__button {
  color: #000;
  font-size: 12px;
  height: auto;
  padding: 2px 18px;
  width: auto;
}
.el-carousel__indicators--labels .el-carousel__indicator {
  padding: 6px 4px;
}
.el-carousel__indicator {
  background-color: transparent;
  cursor: pointer;
}
.el-carousel__indicator:hover button {
  opacity: 0.72;
}
.el-carousel__indicator--horizontal {
  display: inline-block;
  padding: var(--el-carousel-indicator-padding-vertical)
    var(--el-carousel-indicator-padding-horizontal);
}
.el-carousel__indicator--vertical {
  padding: var(--el-carousel-indicator-padding-horizontal)
    var(--el-carousel-indicator-padding-vertical);
}
.el-carousel__indicator--vertical .el-carousel__button {
  height: calc(var(--el-carousel-indicator-width) / 2);
  width: var(--el-carousel-indicator-height);
}
.el-carousel__indicator.is-active button {
  opacity: 1;
}
.el-carousel__button {
  background-color: #fff;
  border: none;
  cursor: pointer;
  display: block;
  height: var(--el-carousel-indicator-height);
  margin: 0;
  opacity: 0.48;
  outline: none;
  padding: 0;
  transition: var(--el-transition-duration);
  width: var(--el-carousel-indicator-width);
}
.carousel-arrow-left-enter-from,
.carousel-arrow-left-leave-active {
  opacity: 0;
  transform: translateY(-50%) translate(-10px);
}
.carousel-arrow-right-enter-from,
.carousel-arrow-right-leave-active {
  opacity: 0;
  transform: translateY(-50%) translate(10px);
}
.el-transitioning {
  filter: url(#elCarouselHorizontal);
}
.el-transitioning-vertical {
  filter: url(#elCarouselVertical);
}
.el-carousel__item {
  display: inline-block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.el-carousel__item,
.el-carousel__item.is-active {
  z-index: calc(var(--el-index-normal) - 1);
}
.el-carousel__item--card,
.el-carousel__item.is-animating {
  transition: transform 0.4s ease-in-out;
}
.el-carousel__item--card {
  width: 50%;
}
.el-carousel__item--card.is-in-stage {
  cursor: pointer;
  z-index: var(--el-index-normal);
}
.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask,
.el-carousel__item--card.is-in-stage:hover .el-carousel__mask {
  opacity: 0.12;
}
.el-carousel__item--card.is-active {
  z-index: calc(var(--el-index-normal) + 1);
}
.el-carousel__item--card-vertical {
  height: 50%;
  width: 100%;
}
.el-carousel__mask {
  background-color: var(--el-color-white);
  height: 100%;
  left: 0;
  opacity: 0.24;
  position: absolute;
  top: 0;
  transition: var(--el-transition-duration-fast);
  width: 100%;
}
.main-r {
  width: 280px;
  border-radius: 8px;
}
.hot_news {
  background: #fff;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hot_news_list {
  margin-top: 10px;
}
.hot_news_list li {
  height: 21px;
  margin-bottom: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 400;
}
.hot_news_list li .order {
  height: 21px;
  width: 14px;
  margin-right: 5px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 14px;
  text-align: center;
  background-size: 100% 100%;
}
.hot_news_list li:nth-child(1) .order,
.hot_news_list li:nth-child(2) .order,
.hot_news_list li:nth-child(3) .order {
  font-size: 12px;
  line-height: 24px;
  color: #fff;
}
.hot_news_list li:nth-child(1) .order {
  background-image: url(data:image/png;base64,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);
}
.hot_news_list li:nth-child(2) .order {
  background-image: url(data:image/png;base64,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);
}
.hot_news_list li:nth-child(3) .order {
  background-image: url(data:image/png;base64,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);
}
.mall {
  padding: 10px 15px 26px;
  background: #fff;
}
.mall_con {
  margin-top: 10px;
}
.mall_item {
  width: 250px;
  height: 150px;
}
.mall_item a img {
  display: block;
  width: 100%;
  height: 100%;
}
.mall_con .el-carousel__button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.mall_con .el-carousel__indicators--horizontal {
  right: 8px;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media (max-width: 750px) {
  .main-r {
    width: 100%;
    margin-top: 0.5333rem;
    border-radius: 0;
  }
  .hot_news {
    padding: 0.2667rem 0.4rem;
  }
  .hot_news_list {
    margin-top: 0.2667rem;
  }
  .hot_news_list li {
    height: 0.56rem;
    margin-bottom: 0.3733rem;
    font-size: 0.3733rem;
  }
  .hot_news_list li .order {
    height: 0.56rem;
    width: 0.3733rem;
    margin-right: 0.1333rem;
    font-size: 0.3733rem;
  }
  .hot_news_list li:nth-child(1) .order,
  .hot_news_list li:nth-child(2) .order,
  .hot_news_list li:nth-child(3) .order {
    font-size: 0.2933rem;
    line-height: 0.64rem;
  }
  .mall {
    padding: 0 0.4rem 0.5867rem;
    background: #fff;
  }
  .mall_con {
    margin-top: 10px;
  }
  .mall_item {
    width: 9.2rem;
    height: 5.52rem;
  }
  .mall_con .el-carousel__button {
    width: 0.2667rem;
    height: 0.2667rem;
  }
  .mall_con .el-carousel__indicators--horizontal {
    right: 8px;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.new_article {
  margin-top: 20px;
}
.new_article_list {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.new_article_list li {
  width: 210px;
  margin-right: 15px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.new_article_list li:nth-child(3n + 3) {
  margin-right: 0;
}
.new_article_img {
  width: 100%;
  height: 140px;
  border-radius: 6px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.new_article_title {
  margin-top: 10px;
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 500;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.new_article_title a {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new_article_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 12px;
}
.new_article_date {
  color: #999;
}
.new_article_channel {
  color: #159bd5;
}
:root {
  --el-popup-modal-bg-color: var(--el-color-black);
  --el-popup-modal-opacity: 0.5;
}
.v-modal-enter {
  animation: v-modal-in var(--el-transition-duration-fast) ease;
}
.v-modal-leave {
  animation: v-modal-out var(--el-transition-duration-fast) ease forwards;
}
@keyframes v-modal-in {
  0% {
    opacity: 0;
  }
}
@keyframes v-modal-out {
  to {
    opacity: 0;
  }
}
.v-modal {
  background: var(--el-popup-modal-bg-color);
  height: 100%;
  left: 0;
  opacity: var(--el-popup-modal-opacity);
  position: fixed;
  top: 0;
  width: 100%;
}
.el-popup-parent--hidden {
  overflow: hidden;
}
.el-dialog {
  --el-dialog-width: 50%;
  --el-dialog-margin-top: 15vh;
  --el-dialog-bg-color: var(--el-bg-color);
  --el-dialog-box-shadow: var(--el-box-shadow);
  --el-dialog-title-font-size: var(--el-font-size-large);
  --el-dialog-content-font-size: 14px;
  --el-dialog-font-line-height: var(--el-font-line-height-primary);
  --el-dialog-padding-primary: 16px;
  --el-dialog-border-radius: var(--el-border-radius-base);
  background: var(--el-dialog-bg-color);
  border-radius: var(--el-dialog-border-radius);
  box-shadow: var(--el-dialog-box-shadow);
  box-sizing: border-box;
  margin: var(--el-dialog-margin-top, 15vh) auto 50px;
  overflow-wrap: break-word;
  padding: var(--el-dialog-padding-primary);
  position: relative;
  width: var(--el-dialog-width, 50%);
}
.el-dialog:focus {
  outline: none !important;
}
.el-dialog.is-align-center {
  margin: auto;
}
.el-dialog.is-fullscreen {
  --el-dialog-width: 100%;
  --el-dialog-margin-top: 0;
  border-radius: 0;
  height: 100%;
  margin-bottom: 0;
  overflow: auto;
}
.el-dialog__wrapper {
  bottom: 0;
  left: 0;
  margin: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
}
.el-dialog.is-draggable .el-dialog__header {
  cursor: move;
  -webkit-user-select: none;
  user-select: none;
}
.el-dialog__header {
  padding-bottom: var(--el-dialog-padding-primary);
}
.el-dialog__header.show-close {
  padding-right: calc(
    var(--el-dialog-padding-primary) + var(--el-message-close-size, 16px)
  );
}
.el-dialog__headerbtn {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: var(--el-message-close-size, 16px);
  height: 48px;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
}
.el-dialog__headerbtn .el-dialog__close {
  color: var(--el-color-info);
  font-size: inherit;
}
.el-dialog__headerbtn:focus .el-dialog__close,
.el-dialog__headerbtn:hover .el-dialog__close {
  color: var(--el-color-primary);
}
.el-dialog__title {
  color: var(--el-text-color-primary);
  font-size: var(--el-dialog-title-font-size);
  line-height: var(--el-dialog-font-line-height);
}
.el-dialog__body {
  color: var(--el-text-color-regular);
  font-size: var(--el-dialog-content-font-size);
}
.el-dialog__footer {
  box-sizing: border-box;
  padding-top: var(--el-dialog-padding-primary);
  text-align: right;
}
.el-dialog--center {
  text-align: center;
}
.el-dialog--center .el-dialog__body {
  text-align: initial;
}
.el-dialog--center .el-dialog__footer {
  text-align: inherit;
}
.el-overlay-dialog {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
}
.dialog-fade-enter-active {
  animation: modal-fade-in var(--el-transition-duration);
}
.dialog-fade-enter-active .el-overlay-dialog {
  animation: dialog-fade-in var(--el-transition-duration);
}
.dialog-fade-leave-active {
  animation: modal-fade-out var(--el-transition-duration);
}
.dialog-fade-leave-active .el-overlay-dialog {
  animation: dialog-fade-out var(--el-transition-duration);
}
@keyframes dialog-fade-in {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes dialog-fade-out {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
}
@keyframes modal-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.el-overlay {
  background-color: var(--el-overlay-color-lighter);
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2000;
}
.el-overlay .el-overlay-root {
  height: 0;
}
.el-popover {
  --el-popover-bg-color: var(--el-bg-color-overlay);
  --el-popover-font-size: var(--el-font-size-base);
  --el-popover-border-color: var(--el-border-color-lighter);
  --el-popover-padding: 12px;
  --el-popover-padding-large: 18px 20px;
  --el-popover-title-font-size: 16px;
  --el-popover-title-text-color: var(--el-text-color-primary);
  --el-popover-border-radius: 4px;
}
.el-popover.el-popper {
  background: var(--el-popover-bg-color);
  border: 1px solid var(--el-popover-border-color);
  border-radius: var(--el-popover-border-radius);
  box-shadow: var(--el-box-shadow-light);
  box-sizing: border-box;
  color: var(--el-text-color-regular);
  font-size: var(--el-popover-font-size);
  line-height: 1.4;
  min-width: 150px;
  overflow-wrap: break-word;
  padding: var(--el-popover-padding);
  z-index: var(--el-index-popper);
}
.el-popover.el-popper--plain {
  padding: var(--el-popover-padding-large);
}
.el-popover__title {
  color: var(--el-popover-title-text-color);
  font-size: var(--el-popover-title-font-size);
  line-height: 1;
  margin-bottom: 12px;
}
.el-popover__reference:focus:hover,
.el-popover__reference:focus:not(.focusing) {
  outline-width: 0;
}
.el-popover.el-popper.is-dark {
  --el-popover-bg-color: var(--el-text-color-primary);
  --el-popover-border-color: var(--el-text-color-primary);
  --el-popover-title-text-color: var(--el-bg-color);
  color: var(--el-bg-color);
}
.el-popover.el-popper:focus,
.el-popover.el-popper:focus:active {
  outline-width: 0;
}
.el-tag {
  --el-tag-font-size: 12px;
  --el-tag-border-radius: 4px;
  --el-tag-border-radius-rounded: 9999px;
  align-items: center;
  background-color: var(--el-tag-bg-color);
  border-color: var(--el-tag-border-color);
  border-radius: var(--el-tag-border-radius);
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  color: var(--el-tag-text-color);
  display: inline-flex;
  font-size: var(--el-tag-font-size);
  height: 24px;
  justify-content: center;
  line-height: 1;
  padding: 0 9px;
  vertical-align: middle;
  white-space: nowrap;
  --el-icon-size: 14px;
}
.el-tag,
.el-tag.el-tag--primary {
  --el-tag-bg-color: var(--el-color-primary-light-9);
  --el-tag-border-color: var(--el-color-primary-light-8);
  --el-tag-hover-color: var(--el-color-primary);
}
.el-tag.el-tag--success {
  --el-tag-bg-color: var(--el-color-success-light-9);
  --el-tag-border-color: var(--el-color-success-light-8);
  --el-tag-hover-color: var(--el-color-success);
}
.el-tag.el-tag--warning {
  --el-tag-bg-color: var(--el-color-warning-light-9);
  --el-tag-border-color: var(--el-color-warning-light-8);
  --el-tag-hover-color: var(--el-color-warning);
}
.el-tag.el-tag--danger {
  --el-tag-bg-color: var(--el-color-danger-light-9);
  --el-tag-border-color: var(--el-color-danger-light-8);
  --el-tag-hover-color: var(--el-color-danger);
}
.el-tag.el-tag--error {
  --el-tag-bg-color: var(--el-color-error-light-9);
  --el-tag-border-color: var(--el-color-error-light-8);
  --el-tag-hover-color: var(--el-color-error);
}
.el-tag.el-tag--info {
  --el-tag-bg-color: var(--el-color-info-light-9);
  --el-tag-border-color: var(--el-color-info-light-8);
  --el-tag-hover-color: var(--el-color-info);
}
.el-tag.is-hit {
  border-color: var(--el-color-primary);
}
.el-tag.is-round {
  border-radius: var(--el-tag-border-radius-rounded);
}
.el-tag .el-tag__close {
  color: var(--el-tag-text-color);
  flex-shrink: 0;
}
.el-tag .el-tag__close:hover {
  background-color: var(--el-tag-hover-color);
  color: var(--el-color-white);
}
.el-tag.el-tag--primary {
  --el-tag-text-color: var(--el-color-primary);
}
.el-tag.el-tag--success {
  --el-tag-text-color: var(--el-color-success);
}
.el-tag.el-tag--warning {
  --el-tag-text-color: var(--el-color-warning);
}
.el-tag.el-tag--danger {
  --el-tag-text-color: var(--el-color-danger);
}
.el-tag.el-tag--error {
  --el-tag-text-color: var(--el-color-error);
}
.el-tag.el-tag--info {
  --el-tag-text-color: var(--el-color-info);
}
.el-tag .el-icon {
  border-radius: 50%;
  cursor: pointer;
  font-size: calc(var(--el-icon-size) - 2px);
  height: var(--el-icon-size);
  width: var(--el-icon-size);
}
.el-tag .el-tag__close {
  margin-left: 6px;
}
.el-tag--dark {
  --el-tag-text-color: var(--el-color-white);
}
.el-tag--dark,
.el-tag--dark.el-tag--primary {
  --el-tag-bg-color: var(--el-color-primary);
  --el-tag-border-color: var(--el-color-primary);
  --el-tag-hover-color: var(--el-color-primary-light-3);
}
.el-tag--dark.el-tag--success {
  --el-tag-bg-color: var(--el-color-success);
  --el-tag-border-color: var(--el-color-success);
  --el-tag-hover-color: var(--el-color-success-light-3);
}
.el-tag--dark.el-tag--warning {
  --el-tag-bg-color: var(--el-color-warning);
  --el-tag-border-color: var(--el-color-warning);
  --el-tag-hover-color: var(--el-color-warning-light-3);
}
.el-tag--dark.el-tag--danger {
  --el-tag-bg-color: var(--el-color-danger);
  --el-tag-border-color: var(--el-color-danger);
  --el-tag-hover-color: var(--el-color-danger-light-3);
}
.el-tag--dark.el-tag--error {
  --el-tag-bg-color: var(--el-color-error);
  --el-tag-border-color: var(--el-color-error);
  --el-tag-hover-color: var(--el-color-error-light-3);
}
.el-tag--dark.el-tag--info {
  --el-tag-bg-color: var(--el-color-info);
  --el-tag-border-color: var(--el-color-info);
  --el-tag-hover-color: var(--el-color-info-light-3);
}
.el-tag--dark.el-tag--danger,
.el-tag--dark.el-tag--error,
.el-tag--dark.el-tag--info,
.el-tag--dark.el-tag--primary,
.el-tag--dark.el-tag--success,
.el-tag--dark.el-tag--warning {
  --el-tag-text-color: var(--el-color-white);
}
.el-tag--plain,
.el-tag--plain.el-tag--primary {
  --el-tag-bg-color: var(--el-fill-color-blank);
  --el-tag-border-color: var(--el-color-primary-light-5);
  --el-tag-hover-color: var(--el-color-primary);
}
.el-tag--plain.el-tag--success {
  --el-tag-bg-color: var(--el-fill-color-blank);
  --el-tag-border-color: var(--el-color-success-light-5);
  --el-tag-hover-color: var(--el-color-success);
}
.el-tag--plain.el-tag--warning {
  --el-tag-bg-color: var(--el-fill-color-blank);
  --el-tag-border-color: var(--el-color-warning-light-5);
  --el-tag-hover-color: var(--el-color-warning);
}
.el-tag--plain.el-tag--danger {
  --el-tag-bg-color: var(--el-fill-color-blank);
  --el-tag-border-color: var(--el-color-danger-light-5);
  --el-tag-hover-color: var(--el-color-danger);
}
.el-tag--plain.el-tag--error {
  --el-tag-bg-color: var(--el-fill-color-blank);
  --el-tag-border-color: var(--el-color-error-light-5);
  --el-tag-hover-color: var(--el-color-error);
}
.el-tag--plain.el-tag--info {
  --el-tag-bg-color: var(--el-fill-color-blank);
  --el-tag-border-color: var(--el-color-info-light-5);
  --el-tag-hover-color: var(--el-color-info);
}
.el-tag.is-closable {
  padding-right: 5px;
}
.el-tag--large {
  height: 32px;
  padding: 0 11px;
  --el-icon-size: 16px;
}
.el-tag--large .el-tag__close {
  margin-left: 8px;
}
.el-tag--large.is-closable {
  padding-right: 7px;
}
.el-tag--small {
  height: 20px;
  padding: 0 7px;
  --el-icon-size: 12px;
}
.el-tag--small .el-tag__close {
  margin-left: 4px;
}
.el-tag--small.is-closable {
  padding-right: 3px;
}
.el-tag--small .el-icon-close {
  transform: scale(0.8);
}
.el-tag.el-tag--primary.is-hit {
  border-color: var(--el-color-primary);
}
.el-tag.el-tag--success.is-hit {
  border-color: var(--el-color-success);
}
.el-tag.el-tag--warning.is-hit {
  border-color: var(--el-color-warning);
}
.el-tag.el-tag--danger.is-hit {
  border-color: var(--el-color-danger);
}
.el-tag.el-tag--error.is-hit {
  border-color: var(--el-color-error);
}
.el-tag.el-tag--info.is-hit {
  border-color: var(--el-color-info);
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.is-selected:after {
  background-color: var(--el-color-primary);
  background-position: 50%;
  background-repeat: no-repeat;
  border-right: none;
  border-top: none;
  content: "";
  height: 12px;
  -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg class='icon' width='200' height='200' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M406.656 706.944L195.84 496.256a32 32 0 10-45.248 45.248l256 256 512-512a32 32 0 00-45.248-45.248L406.592 706.944z'%3E%3C/path%3E%3C/svg%3E")
    no-repeat;
  mask: url("data:image/svg+xml;utf8,%3Csvg class='icon' width='200' height='200' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M406.656 706.944L195.84 496.256a32 32 0 10-45.248 45.248l256 256 512-512a32 32 0 00-45.248-45.248L406.592 706.944z'%3E%3C/path%3E%3C/svg%3E")
    no-repeat;
  mask-size: 100% 100%;
  -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg class='icon' width='200' height='200' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M406.656 706.944L195.84 496.256a32 32 0 10-45.248 45.248l256 256 512-512a32 32 0 00-45.248-45.248L406.592 706.944z'%3E%3C/path%3E%3C/svg%3E")
    no-repeat;
  -webkit-mask-size: 100% 100%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
.el-select-dropdown {
  border-radius: var(--el-border-radius-base);
  box-sizing: border-box;
  z-index: calc(var(--el-index-top) + 1);
}
.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list {
  padding: 0;
}
.el-select-dropdown__empty,
.el-select-dropdown__loading {
  color: var(--el-text-color-secondary);
  font-size: var(--el-select-font-size);
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
.el-select-dropdown__wrap {
  max-height: 274px;
}
.el-select-dropdown__list {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 6px 0;
}
.el-select-dropdown__list.el-vl__window {
  margin: 6px 0;
  padding: 0;
}
.el-select-dropdown__header {
  border-bottom: 1px solid var(--el-border-color-light);
  padding: 10px;
}
.el-select-dropdown__footer {
  border-top: 1px solid var(--el-border-color-light);
  padding: 10px;
}
.el-select-dropdown__item {
  box-sizing: border-box;
  color: var(--el-text-color-regular);
  cursor: pointer;
  font-size: var(--el-font-size-base);
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  padding: 0 32px 0 20px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.el-select-dropdown__item.is-hovering {
  background-color: var(--el-fill-color-light);
}
.el-select-dropdown__item.is-selected {
  color: var(--el-color-primary);
  font-weight: 700;
}
.el-select-dropdown__item.is-disabled {
  background-color: unset;
  color: var(--el-text-color-placeholder);
  cursor: not-allowed;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.is-selected:after {
  background-color: var(--el-color-primary);
  background-position: 50%;
  background-repeat: no-repeat;
  border-right: none;
  border-top: none;
  content: "";
  height: 12px;
  -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg class='icon' width='200' height='200' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M406.656 706.944L195.84 496.256a32 32 0 10-45.248 45.248l256 256 512-512a32 32 0 00-45.248-45.248L406.592 706.944z'%3E%3C/path%3E%3C/svg%3E")
    no-repeat;
  mask: url("data:image/svg+xml;utf8,%3Csvg class='icon' width='200' height='200' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M406.656 706.944L195.84 496.256a32 32 0 10-45.248 45.248l256 256 512-512a32 32 0 00-45.248-45.248L406.592 706.944z'%3E%3C/path%3E%3C/svg%3E")
    no-repeat;
  mask-size: 100% 100%;
  -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg class='icon' width='200' height='200' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M406.656 706.944L195.84 496.256a32 32 0 10-45.248 45.248l256 256 512-512a32 32 0 00-45.248-45.248L406.592 706.944z'%3E%3C/path%3E%3C/svg%3E")
    no-repeat;
  -webkit-mask-size: 100% 100%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.is-disabled:after {
  background-color: var(--el-text-color-placeholder);
}
.el-select-group {
  margin: 0;
  padding: 0;
}
.el-select-group__wrap {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.el-select-group__title {
  box-sizing: border-box;
  color: var(--el-color-info);
  font-size: 12px;
  line-height: 34px;
  overflow: hidden;
  padding: 0 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.el-select-group .el-select-dropdown__item {
  padding-left: 20px;
}
.el-select {
  --el-select-border-color-hover: var(--el-border-color-hover);
  --el-select-disabled-color: var(--el-disabled-text-color);
  --el-select-disabled-border: var(--el-disabled-border-color);
  --el-select-font-size: var(--el-font-size-base);
  --el-select-close-hover-color: var(--el-text-color-secondary);
  --el-select-input-color: var(--el-text-color-placeholder);
  --el-select-multiple-input-color: var(--el-text-color-regular);
  --el-select-input-focus-border-color: var(--el-color-primary);
  --el-select-input-font-size: 14px;
  --el-select-width: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: var(--el-select-width);
}
.el-select__wrapper {
  align-items: center;
  background-color: var(--el-fill-color-blank);
  border-radius: var(--el-border-radius-base);
  box-shadow: 0 0 0 1px var(--el-border-color) inset;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  gap: 6px;
  line-height: 24px;
  min-height: 32px;
  padding: 4px 12px;
  position: relative;
  text-align: left;
  transform: translateZ(0);
  transition: var(--el-transition-duration);
}
.el-select__wrapper.is-filterable {
  cursor: text;
}
.el-select__wrapper.is-focused {
  box-shadow: 0 0 0 1px var(--el-color-primary) inset;
}
.el-select__wrapper.is-hovering:not(.is-focused) {
  box-shadow: 0 0 0 1px var(--el-border-color-hover) inset;
}
.el-select__wrapper.is-disabled {
  background-color: var(--el-fill-color-light);
  color: var(--el-text-color-placeholder);
  cursor: not-allowed;
  pointer-events: none;
}
.el-select__wrapper.is-disabled,
.el-select__wrapper.is-disabled:hover {
  box-shadow: 0 0 0 1px var(--el-select-disabled-border) inset;
}
.el-select__wrapper.is-disabled.is-focus {
  box-shadow: 0 0 0 1px var(--el-input-focus-border-color) inset;
}
.el-select__wrapper.is-disabled .el-select__selected-item {
  color: var(--el-select-disabled-color);
}
.el-select__wrapper.is-disabled .el-select__caret,
.el-select__wrapper.is-disabled .el-tag {
  cursor: not-allowed;
}
.el-select__prefix,
.el-select__suffix {
  align-items: center;
  color: var(--el-input-icon-color, var(--el-text-color-placeholder));
  display: flex;
  flex-shrink: 0;
  gap: 6px;
}
.el-select__caret {
  color: var(--el-select-input-color);
  cursor: pointer;
  font-size: var(--el-select-input-font-size);
  transform: rotate(0);
  transition: var(--el-transition-duration);
}
.el-select__caret.is-reverse {
  transform: rotate(180deg);
}
.el-select__selection {
  align-items: center;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
  position: relative;
}
.el-select__selection.is-near {
  margin-left: -8px;
}
.el-select__selection .el-tag {
  border-color: transparent;
  cursor: pointer;
}
.el-select__selection .el-tag.el-tag--plain {
  border-color: var(--el-tag-border-color);
}
.el-select__selection .el-tag .el-tag__content {
  min-width: 0;
}
.el-select__selected-item {
  display: flex;
  flex-wrap: wrap;
  -webkit-user-select: none;
  user-select: none;
}
.el-select__tags-text {
  line-height: normal;
}
.el-select__placeholder,
.el-select__tags-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.el-select__placeholder {
  color: var(--el-input-text-color, var(--el-text-color-regular));
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: -1;
}
.el-select__placeholder.is-transparent {
  color: var(--el-text-color-placeholder);
  -webkit-user-select: none;
  user-select: none;
}
.el-select__popper.el-popper {
  background: var(--el-bg-color-overlay);
  box-shadow: var(--el-box-shadow-light);
}
.el-select__popper.el-popper,
.el-select__popper.el-popper .el-popper__arrow:before {
  border: 1px solid var(--el-border-color-light);
}
.el-select__popper.el-popper[data-popper-placement^="top"]
  .el-popper__arrow:before {
  border-left-color: transparent;
  border-top-color: transparent;
}
.el-select__popper.el-popper[data-popper-placement^="bottom"]
  .el-popper__arrow:before {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.el-select__popper.el-popper[data-popper-placement^="left"]
  .el-popper__arrow:before {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.el-select__popper.el-popper[data-popper-placement^="right"]
  .el-popper__arrow:before {
  border-right-color: transparent;
  border-top-color: transparent;
}
.el-select__input-wrapper {
  flex: 1;
}
.el-select__input-wrapper.is-hidden {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.el-select__input {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: var(--el-select-multiple-input-color);
  font-family: inherit;
  font-size: inherit;
  height: 24px;
  outline: none;
  padding: 0;
  width: 100%;
}
.el-select__input.is-disabled {
  cursor: not-allowed;
}
.el-select__input-calculator {
  left: 0;
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  visibility: hidden;
  white-space: pre;
}
.el-select--large .el-select__wrapper {
  font-size: 14px;
  gap: 6px;
  line-height: 24px;
  min-height: 40px;
  padding: 8px 16px;
}
.el-select--large .el-select__selection {
  gap: 6px;
}
.el-select--large .el-select__selection.is-near {
  margin-left: -8px;
}
.el-select--large .el-select__prefix,
.el-select--large .el-select__suffix {
  gap: 6px;
}
.el-select--large .el-select__input {
  height: 24px;
}
.el-select--small .el-select__wrapper {
  font-size: 12px;
  gap: 4px;
  line-height: 20px;
  min-height: 24px;
  padding: 2px 8px;
}
.el-select--small .el-select__selection {
  gap: 4px;
}
.el-select--small .el-select__selection.is-near {
  margin-left: -6px;
}
.el-select--small .el-select__prefix,
.el-select--small .el-select__suffix {
  gap: 4px;
}
.el-select--small .el-select__input {
  height: 20px;
}
.el-skeleton {
  --el-skeleton-color: var(--el-fill-color);
  --el-skeleton-to-color: var(--el-fill-color-darker);
}
@keyframes el-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
.el-skeleton {
  width: 100%;
}
.el-skeleton__first-line,
.el-skeleton__paragraph {
  background: var(--el-skeleton-color);
  height: 16px;
  margin-top: 16px;
}
.el-skeleton.is-animated .el-skeleton__item {
  animation: el-skeleton-loading 1.4s ease infinite;
  background: linear-gradient(
    90deg,
    var(--el-skeleton-color) 25%,
    var(--el-skeleton-to-color) 37%,
    var(--el-skeleton-color) 63%
  );
  background-size: 400% 100%;
}
.el-skeleton {
  --el-skeleton-circle-size: var(--el-avatar-size);
}
.el-skeleton__item {
  background: var(--el-skeleton-color);
  border-radius: var(--el-border-radius-base);
  display: inline-block;
  height: 16px;
  width: 100%;
}
.el-skeleton__circle {
  border-radius: 50%;
  height: var(--el-skeleton-circle-size);
  line-height: var(--el-skeleton-circle-size);
  width: var(--el-skeleton-circle-size);
}
.el-skeleton__button {
  border-radius: 4px;
  height: 40px;
  width: 64px;
}
.el-skeleton__p {
  width: 100%;
}
.el-skeleton__p.is-last {
  width: 61%;
}
.el-skeleton__p.is-first {
  width: 33%;
}
.el-skeleton__text {
  height: var(--el-font-size-small);
  width: 100%;
}
.el-skeleton__caption {
  height: var(--el-font-size-extra-small);
}
.el-skeleton__h1 {
  height: var(--el-font-size-extra-large);
}
.el-skeleton__h3 {
  height: var(--el-font-size-large);
}
.el-skeleton__h5 {
  height: var(--el-font-size-medium);
}
.el-skeleton__image {
  align-items: center;
  border-radius: 0;
  display: flex;
  justify-content: center;
  width: unset;
}
.el-skeleton__image svg {
  color: var(--el-svg-monochrome-grey);
  fill: currentColor;
  height: 22%;
  width: 22%;
}
.scroll_cover {
  display: block;
  height: 100%;
  width: 6%;
  position: absolute;
  top: 0;
  right: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0.3)),
    to(rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 1)
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 1)
  );
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 1)
  );
}
.vc-popover-content-wrapper {
  --popover-horizontal-content-offset: 8px;
  --popover-vertical-content-offset: 10px;
  --popover-caret-horizontal-offset: 18px;
  --popover-caret-vertical-offset: 8px;
  position: absolute;
  display: block;
  outline: none;
  z-index: 10;
}
.vc-popover-content-wrapper:not(.is-interactive) {
  pointer-events: none;
}
.vc-popover-content {
  position: relative;
  color: var(--vc-popover-content-color);
  font-weight: var(--vc-font-medium);
  background-color: var(--vc-popover-content-bg);
  border: 1px solid;
  border-color: var(--vc-popover-content-border);
  border-radius: var(--vc-rounded-lg);
  padding: 4px;
  outline: none;
  z-index: 10;
  -webkit-box-shadow: var(--vc-shadow-lg);
  box-shadow: var(--vc-shadow-lg);
}
.vc-popover-content.direction-bottom {
  margin-top: var(--popover-vertical-content-offset);
}
.vc-popover-content.direction-top {
  margin-bottom: var(--popover-vertical-content-offset);
}
.vc-popover-content.direction-left {
  margin-right: var(--popover-horizontal-content-offset);
}
.vc-popover-content.direction-right {
  margin-left: var(--popover-horizontal-content-offset);
}
.vc-popover-caret {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-top: inherit;
  border-left: inherit;
  background-color: inherit;
  z-index: -1;
}
.vc-popover-caret.direction-bottom {
  top: 0;
}
.vc-popover-caret.direction-bottom.align-left {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.vc-popover-caret.direction-bottom.align-center {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translate(-50%) translateY(-50%) rotate(45deg);
}
.vc-popover-caret.direction-bottom.align-right {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.vc-popover-caret.direction-top {
  top: 100%;
}
.vc-popover-caret.direction-top.align-left {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  -ms-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}
.vc-popover-caret.direction-top.align-center {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
  transform: translate(-50%) translateY(-50%) rotate(-135deg);
}
.vc-popover-caret.direction-top.align-right {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  -ms-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}
.vc-popover-caret.direction-left {
  left: 100%;
}
.vc-popover-caret.direction-left.align-top {
  -webkit-transform: translateX(-50%) rotate(135deg);
  -ms-transform: translateX(-50%) rotate(135deg);
  transform: translate(-50%) rotate(135deg);
}
.vc-popover-caret.direction-left.align-middle {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(135deg);
  transform: translateY(-50%) translate(-50%) rotate(135deg);
}
.vc-popover-caret.direction-left.align-bottom {
  -webkit-transform: translateX(-50%) rotate(135deg);
  -ms-transform: translateX(-50%) rotate(135deg);
  transform: translate(-50%) rotate(135deg);
}
.vc-popover-caret.direction-right {
  left: 0;
}
.vc-popover-caret.direction-right.align-top {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translate(-50%) rotate(-45deg);
}
.vc-popover-caret.direction-right.align-middle {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  transform: translateY(-50%) translate(-50%) rotate(-45deg);
}
.vc-popover-caret.direction-right.align-bottom {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translate(-50%) rotate(-45deg);
}
.vc-popover-caret.align-left {
  left: var(--popover-caret-horizontal-offset);
}
.vc-popover-caret.align-center {
  left: 50%;
}
.vc-popover-caret.align-right {
  right: var(--popover-caret-horizontal-offset);
}
.vc-popover-caret.align-top {
  top: var(--popover-caret-vertical-offset);
}
.vc-popover-caret.align-middle {
  top: 50%;
}
.vc-popover-caret.align-bottom {
  bottom: var(--popover-caret-vertical-offset);
}
.vc-day-popover-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: var(--vc-day-content-transition);
  -o-transition: var(--vc-day-content-transition);
  transition: var(--vc-day-content-transition);
}
.vc-day-popover-row-indicator {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  -webkit-box-flex: 0;
  flex-grow: 0;
  width: 15px;
}
.vc-day-popover-row-indicator span {
  -webkit-transition: var(--vc-day-content-transition);
  -o-transition: var(--vc-day-content-transition);
  transition: var(--vc-day-content-transition);
}
.vc-day-popover-row-label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-flex-wrap: none;
  -ms-flex-wrap: none;
  flex-wrap: none;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: 4px;
  margin-right: 4px;
  font-size: var(--vc-text-xs);
  line-height: var(--vc-leading-normal);
}
.vc-day-popover-row-highlight {
  width: 8px;
  height: 5px;
  border-radius: 3px;
}
.vc-day-popover-row-bar {
  width: 10px;
  height: 3px;
}
.vc-base-icon {
  display: inline-block;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}
.vc-header {
  display: -ms-grid;
  display: grid;
  grid-gap: 4px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 30px;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.vc-header.is-lg {
  font-size: var(--vc-text-lg);
}
.vc-header.is-xl {
  font-size: var(--vc-text-xl);
}
.vc-header.is-2xl {
  font-size: var(--vc-text-2xl);
}
.vc-header .vc-title-wrapper {
  -ms-grid-row: 1;
  grid-row: 1;
  grid-column: title;
}
.vc-header .vc-prev {
  -ms-grid-row: 1;
  grid-row: 1;
  grid-column: prev;
}
.vc-header .vc-next {
  -ms-grid-row: 1;
  grid-row: 1;
  grid-column: next;
}
.vc-header .vc-title,
.vc-header .vc-prev,
.vc-header .vc-next {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  border: 0;
  border-radius: var(--vc-rounded);
  pointer-events: auto;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}
.vc-header .vc-title {
  color: var(--vc-header-title-color);
  font-weight: var(--vc-font-semibold);
  white-space: nowrap;
  padding: 0 8px;
  margin: 0;
  line-height: 30px;
}
.vc-header .vc-title:hover {
  opacity: 0.75;
}
.vc-header .vc-arrow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  color: var(--vc-header-arrow-color);
  width: 28px;
  height: 30px;
  margin: 0;
  padding: 0;
}
.vc-header .vc-arrow:hover {
  background: var(--vc-header-arrow-hover-bg);
}
.vc-header .vc-arrow:disabled {
  opacity: 0.25;
  pointer-events: none;
}
.vc-nav-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.vc-nav-title,
.vc-nav-arrow,
.vc-nav-item {
  font-size: var(--vc-text-sm);
  margin: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 0;
  border-radius: var(--vc-rounded);
  white-space: nowrap;
}
.vc-nav-title:hover,
.vc-nav-arrow:hover,
.vc-nav-item:hover {
  background-color: var(--vc-nav-hover-bg);
}
.vc-nav-title:disabled,
.vc-nav-arrow:disabled,
.vc-nav-item:disabled {
  opacity: 0.25;
  pointer-events: none;
}
.vc-nav-title {
  color: var(--vc-nav-title-color);
  font-weight: var(--vc-font-bold);
  line-height: var(--vc-leading-snug);
  height: 30px;
  padding: 0 6px;
}
.vc-nav-arrow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  color: var(--vc-header-arrow-color);
  width: 26px;
  height: 30px;
  padding: 0;
}
.vc-nav-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 2px;
  grid-column-gap: 5px;
  margin-top: 2px;
}
.vc-nav-item {
  width: 48px;
  text-align: center;
  font-weight: var(--vc-font-semibold);
  line-height: var(--vc-leading-snug);
  padding: 6px 0;
}
.vc-nav-item.is-active {
  color: var(--vc-nav-item-active-color);
  background-color: var(--vc-nav-item-active-bg);
  font-weight: var(--vc-font-bold);
}
.vc-nav-item.is-active:not(:focus) {
  -webkit-box-shadow: var(--vc-nav-item-active-box-shadow);
  box-shadow: var(--vc-nav-item-active-box-shadow);
}
.vc-nav-item.is-current {
  color: var(--vc-nav-item-current-color);
}
.vc-day {
  position: relative;
  min-height: 32px;
  z-index: 1;
}
.vc-monthly .is-not-in-month * {
  opacity: 0;
  pointer-events: none;
}
.vc-day-layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.vc-day-box-center-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.vc-day-box-left-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.vc-day-box-right-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.vc-day-box-center-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}
.vc-day-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: var(--vc-text-sm);
  font-weight: var(--vc-font-medium);
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: var(--vc-rounded-full);
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}
.vc-day-content:hover {
  background-color: var(--vc-day-content-hover-bg);
}
.vc-day-content.vc-disabled {
  color: var(--vc-day-content-disabled-color);
}
.vc-content:not(.vc-base) {
  font-weight: var(--vc-font-bold);
  color: var(--vc-content-color);
}
.vc-highlights {
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.vc-highlight {
  width: 28px;
  height: 28px;
}
.vc-highlight.vc-highlight-base-start {
  width: 50% !important;
  border-radius: 0 !important;
  border-right-width: 0 !important;
}
.vc-highlight.vc-highlight-base-end {
  width: 50% !important;
  border-radius: 0 !important;
  border-left-width: 0 !important;
}
.vc-highlight.vc-highlight-base-middle {
  width: 100%;
  border-radius: 0 !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  margin: 0 -1px;
}
.vc-highlight-bg-outline,
.vc-highlight-bg-none {
  background-color: var(--vc-highlight-outline-bg);
  border: 2px solid;
  border-color: var(--vc-highlight-outline-border);
  border-radius: var(--vc-rounded-full);
}
.vc-highlight-bg-light {
  background-color: var(--vc-highlight-light-bg);
  border-radius: var(--vc-rounded-full);
}
.vc-highlight-bg-solid {
  background-color: var(--vc-highlight-solid-bg);
  border-radius: var(--vc-rounded-full);
}
.vc-highlight-content-outline,
.vc-highlight-content-none {
  font-weight: var(--vc-font-bold);
  color: var(--vc-highlight-outline-content-color);
}
.vc-highlight-content-light {
  font-weight: var(--vc-font-bold);
  color: var(--vc-highlight-light-content-color);
}
.vc-highlight-content-solid {
  font-weight: var(--vc-font-bold);
  color: var(--vc-highlight-solid-content-color);
}
.vc-dots {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.vc-dot {
  width: 5px;
  height: 5px;
  border-radius: 9999px;
  -webkit-transition: var(--vc-day-content-transition);
  -o-transition: var(--vc-day-content-transition);
  transition: var(--vc-day-content-transition);
}
.vc-dot:not(:last-child) {
  margin-right: 3px;
}
.vc-bars {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 75%;
}
.vc-bar {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  height: 3px;
  -webkit-transition: var(--vc-day-content-transition);
  -o-transition: var(--vc-day-content-transition);
  transition: var(--vc-day-content-transition);
}
.vc-dot {
  background-color: var(--vc-dot-bg);
}
.vc-bar {
  background-color: var(--vc-bar-bg);
}
.vc-pane {
  min-width: 250px;
}
.vc-weeknumber {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
}
.vc-weeknumber.is-left {
  left: calc(var(--vc-weeknumber-offset-inside) * -1);
}
.vc-weeknumber.is-right {
  right: calc(var(--vc-weeknumber-offset-inside) * -1);
}
.vc-weeknumber.is-left-outside {
  left: calc(var(--vc-weeknumber-offset-outside) * -1);
}
.vc-weeknumber.is-right-outside {
  right: calc(var(--vc-weeknumber-offset-outside) * -1);
}
.vc-weeknumber-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: var(--vc-text-xs);
  font-weight: var(--vc-font-medium);
  font-style: italic;
  width: 28px;
  height: 28px;
  margin-top: 2px;
  color: var(--vc-weeknumber-color);
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.vc-weeks {
  position: relative;
  -webkit-overflow-scrolling: touch;
  padding: 6px;
  min-width: 232px;
}
.vc-weeks.vc-show-weeknumbers-left {
  margin-left: var(--vc-weeknumber-offset-inside);
}
.vc-weeks.vc-show-weeknumbers-right {
  margin-right: var(--vc-weeknumber-offset-inside);
}
.vc-weekday {
  text-align: center;
  color: var(--vc-weekday-color);
  font-size: var(--vc-text-sm);
  font-weight: var(--vc-font-bold);
  line-height: 14px;
  padding-top: 4px;
  padding-bottom: 8px;
  cursor: default;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.vc-week,
.vc-weekdays {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [7];
  grid-template-columns: repeat(7, 1fr);
  position: relative;
}
.vc-pane-container {
  width: 100%;
  position: relative;
}
.vc-pane-container.in-transition {
  overflow: hidden;
}
.vc-pane-layout {
  display: -ms-grid;
  display: grid;
}
.vc-pane-header-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
}
.vc-day-popover-container {
  font-size: var(--vc-text-xs);
  font-weight: var(--vc-font-medium);
}
.vc-day-popover-header {
  font-size: var(--vc-text-xs);
  color: var(--vc-day-popover-header-color);
  font-weight: var(--vc-font-semibold);
  text-align: center;
}
.vc-base-select {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 30px;
  font-size: var(--vc-text-base);
  font-weight: var(--vc-font-medium);
}
.vc-base-select.vc-has-icon select {
  padding: 0 27px 0 9px;
}
.vc-base-select.vc-has-icon .vc-base-sizer {
  padding: 0 28px 0 10px;
}
.vc-base-select.vc-fit-content select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.vc-base-select .vc-base-icon {
  position: absolute;
  top: 6px;
  right: 4px;
  opacity: 0.6;
  pointer-events: none;
}
.vc-base-select .vc-base-sizer {
  font-size: var(--vc-text-base);
  font-weight: var(--vc-font-medium);
  color: transparent;
  padding: 0 8px;
  margin: 0;
}
.vc-base-select select {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: var(--vc-select-color);
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--vc-select-bg);
  border-radius: var(--vc-rounded);
  height: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 7px;
  margin: 0;
  line-height: var(--leading-none);
  text-indent: 0px;
  background-image: none;
  cursor: pointer;
  text-align: center;
}
.vc-base-select select:hover {
  background-color: var(--vc-select-hover-bg);
}
.vc-base-select select.vc-align-left {
  text-align: left;
}
.vc-base-select select.vc-align-right {
  text-align: right;
}
.vc-time-picker {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 8px 4px;
}
.vc-time-picker.vc-invalid {
  pointer-events: none;
  opacity: 0.5;
}
.vc-time-picker.vc-attached {
  border-top: 1px solid var(--vc-time-picker-border);
}
.vc-time-picker > * + * {
  margin-top: 4px;
}
.vc-time-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: var(--vc-text-sm);
  font-weight: var(--vc-font-semibold);
  text-transform: uppercase;
  margin-top: -4px;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 21px;
}
.vc-time-select-group {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 4px;
  background: var(--vc-time-select-group-bg);
  border-radius: var(--vc-rounded-md);
  border: 1px solid var(--vc-time-select-group-border);
}
.vc-time-select-group .vc-base-icon {
  margin-right: 4px;
  color: var(--vc-time-select-group-icon-color);
}
.vc-time-select-group select {
  background: transparent;
  padding: 0 4px;
}
.vc-time-weekday {
  color: var(--vc-time-weekday-color);
  letter-spacing: var(--tracking-wide);
}
.vc-time-month {
  color: var(--vc-time-month-color);
  margin-left: 8px;
}
.vc-time-day {
  color: var(--vc-time-day-color);
  margin-left: 4px;
}
.vc-time-year {
  color: var(--vc-time-year-color);
  margin-left: 8px;
}
.vc-time-colon {
  margin: 0 1px 2px 2px;
}
.vc-time-decimal {
  margin: 0 0 0 1px;
}
.vc-none-enter-active,
.vc-none-leave-active {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.vc-fade-enter-active,
.vc-fade-leave-active,
.vc-slide-left-enter-active,
.vc-slide-left-leave-active,
.vc-slide-right-enter-active,
.vc-slide-right-leave-active,
.vc-slide-up-enter-active,
.vc-slide-up-leave-active,
.vc-slide-down-enter-active,
.vc-slide-down-leave-active,
.vc-slide-fade-enter-active,
.vc-slide-fade-leave-active {
  transition:
    opacity var(--vc-slide-duration) var(--vc-slide-timing),
    -webkit-transform var(--vc-slide-duration) var(--vc-slide-timing);
  -webkit-transition:
    opacity var(--vc-slide-duration) var(--vc-slide-timing),
    -webkit-transform var(--vc-slide-duration) var(--vc-slide-timing);
  -o-transition:
    transform var(--vc-slide-duration) var(--vc-slide-timing),
    opacity var(--vc-slide-duration) var(--vc-slide-timing);
  transition:
    transform var(--vc-slide-duration) var(--vc-slide-timing),
    opacity var(--vc-slide-duration) var(--vc-slide-timing);
  transition:
    transform var(--vc-slide-duration) var(--vc-slide-timing),
    opacity var(--vc-slide-duration) var(--vc-slide-timing),
    -webkit-transform var(--vc-slide-duration) var(--vc-slide-timing);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
}
.vc-none-leave-active,
.vc-fade-leave-active,
.vc-slide-left-leave-active,
.vc-slide-right-leave-active,
.vc-slide-up-leave-active,
.vc-slide-down-leave-active {
  position: absolute !important;
  width: 100%;
}
.vc-none-enter-from,
.vc-none-leave-to,
.vc-fade-enter-from,
.vc-fade-leave-to,
.vc-slide-left-enter-from,
.vc-slide-left-leave-to,
.vc-slide-right-enter-from,
.vc-slide-right-leave-to,
.vc-slide-up-enter-from,
.vc-slide-up-leave-to,
.vc-slide-down-enter-from,
.vc-slide-down-leave-to,
.vc-slide-fade-enter-from,
.vc-slide-fade-leave-to {
  opacity: 0;
}
.vc-slide-left-enter-from,
.vc-slide-right-leave-to,
.vc-slide-fade-enter-from.direction-left,
.vc-slide-fade-leave-to.direction-left {
  -webkit-transform: translateX(var(--vc-slide-translate));
  -ms-transform: translateX(var(--vc-slide-translate));
  transform: translate(var(--vc-slide-translate));
}
.vc-slide-right-enter-from,
.vc-slide-left-leave-to,
.vc-slide-fade-enter-from.direction-right,
.vc-slide-fade-leave-to.direction-right {
  -webkit-transform: translateX(calc(-1 * var(--vc-slide-translate)));
  -ms-transform: translateX(calc(-1 * var(--vc-slide-translate)));
  transform: translate(calc(-1 * var(--vc-slide-translate)));
}
.vc-slide-up-enter-from,
.vc-slide-down-leave-to,
.vc-slide-fade-enter-from.direction-top,
.vc-slide-fade-leave-to.direction-top {
  -webkit-transform: translateY(var(--vc-slide-translate));
  -ms-transform: translateY(var(--vc-slide-translate));
  transform: translateY(var(--vc-slide-translate));
}
.vc-slide-down-enter-from,
.vc-slide-up-leave-to,
.vc-slide-fade-enter-from.direction-bottom,
.vc-slide-fade-leave-to.direction-bottom {
  -webkit-transform: translateY(calc(-1 * var(--vc-slide-translate)));
  -ms-transform: translateY(calc(-1 * var(--vc-slide-translate)));
  transform: translateY(calc(-1 * var(--vc-slide-translate)));
}
:root {
  --vc-white: #ffffff;
  --vc-black: #000000;
  --vc-gray-50: #f8fafc;
  --vc-gray-100: #f1f5f9;
  --vc-gray-200: #e2e8f0;
  --vc-gray-300: #cbd5e1;
  --vc-gray-400: #94a3b8;
  --vc-gray-500: #64748b;
  --vc-gray-600: #475569;
  --vc-gray-700: #334155;
  --vc-gray-800: #1e293b;
  --vc-gray-900: #0f172a;
  --vc-font-family:
    BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu",
    "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;
  --vc-font-normal: 400;
  --vc-font-medium: 500;
  --vc-font-semibold: 600;
  --vc-font-bold: 700;
  --vc-text-2xs: 10px;
  --vc-text-xs: 12px;
  --vc-text-sm: 14px;
  --vc-text-base: 16px;
  --vc-text-lg: 18px;
  --vc-text-xl: 20px;
  --vc-text-2xl: 24px;
  --vc-leading-none: 1;
  --vc-leading-tight: 1.25;
  --vc-leading-snug: 1.375;
  --vc-leading-normal: 1.5;
  --vc-rounded: 0.25rem;
  --vc-rounded-md: 0.375rem;
  --vc-rounded-lg: 0.5rem;
  --vc-rounded-full: 9999px;
  --vc-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --vc-shadow-lg:
    0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --vc-shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  --vc-slide-translate: 22px;
  --vc-slide-duration: 0.15s;
  --vc-slide-timing: ease;
  --vc-day-content-transition: all 0.13s ease-in;
  --vc-weeknumber-offset-inside: 26px;
  --vc-weeknumber-offset-outside: 34px;
}
.vc-gray {
  --vc-accent-50: var(--vc-gray-50);
  --vc-accent-100: var(--vc-gray-100);
  --vc-accent-200: var(--vc-gray-200);
  --vc-accent-300: var(--vc-gray-300);
  --vc-accent-400: var(--vc-gray-400);
  --vc-accent-500: var(--vc-gray-500);
  --vc-accent-600: var(--vc-gray-600);
  --vc-accent-700: var(--vc-gray-700);
  --vc-accent-800: var(--vc-gray-800);
  --vc-accent-900: var(--vc-gray-900);
}
.vc-red {
  --vc-accent-50: #fef2f2;
  --vc-accent-100: #fee2e2;
  --vc-accent-200: #fecaca;
  --vc-accent-300: #fca5a5;
  --vc-accent-400: #f87171;
  --vc-accent-500: #ef4444;
  --vc-accent-600: #dc2626;
  --vc-accent-700: #b91c1c;
  --vc-accent-800: #991b1b;
  --vc-accent-900: #7f1d1d;
}
.vc-orange {
  --vc-accent-50: #fff7ed;
  --vc-accent-100: #ffedd5;
  --vc-accent-200: #fed7aa;
  --vc-accent-300: #fdba74;
  --vc-accent-400: #fb923c;
  --vc-accent-500: #f97316;
  --vc-accent-600: #ea580c;
  --vc-accent-700: #c2410c;
  --vc-accent-800: #9a3412;
  --vc-accent-900: #7c2d12;
}
.vc-yellow {
  --vc-accent-50: #fefce8;
  --vc-accent-100: #fef9c3;
  --vc-accent-200: #fef08a;
  --vc-accent-300: #fde047;
  --vc-accent-400: #facc15;
  --vc-accent-500: #eab308;
  --vc-accent-600: #ca8a04;
  --vc-accent-700: #a16207;
  --vc-accent-800: #854d0e;
  --vc-accent-900: #713f12;
}
.vc-green {
  --vc-accent-50: #f0fdf4;
  --vc-accent-100: #dcfce7;
  --vc-accent-200: #bbf7d0;
  --vc-accent-300: #86efac;
  --vc-accent-400: #4ade80;
  --vc-accent-500: #22c55e;
  --vc-accent-600: #16a34a;
  --vc-accent-700: #15803d;
  --vc-accent-800: #166534;
  --vc-accent-900: #14532d;
}
.vc-teal {
  --vc-accent-50: #f0fdfa;
  --vc-accent-100: #ccfbf1;
  --vc-accent-200: #99f6e4;
  --vc-accent-300: #5eead4;
  --vc-accent-400: #2dd4bf;
  --vc-accent-500: #14b8a6;
  --vc-accent-600: #0d9488;
  --vc-accent-700: #0f766e;
  --vc-accent-800: #115e59;
  --vc-accent-900: #134e4a;
}
.vc-blue {
  --vc-accent-50: #eff6ff;
  --vc-accent-100: #dbeafe;
  --vc-accent-200: #bfdbfe;
  --vc-accent-300: #93c5fd;
  --vc-accent-400: #60a5fa;
  --vc-accent-500: #3b82f6;
  --vc-accent-600: #2563eb;
  --vc-accent-700: #1d4ed8;
  --vc-accent-800: #1e40af;
  --vc-accent-900: #1e3a8a;
}
.vc-indigo {
  --vc-accent-50: #eef2ff;
  --vc-accent-100: #e0e7ff;
  --vc-accent-200: #c7d2fe;
  --vc-accent-300: #a5b4fc;
  --vc-accent-400: #818cf8;
  --vc-accent-500: #6366f1;
  --vc-accent-600: #4f46e5;
  --vc-accent-700: #4338ca;
  --vc-accent-800: #3730a3;
  --vc-accent-900: #312e81;
}
.vc-purple {
  --vc-accent-50: #faf5ff;
  --vc-accent-100: #f3e8ff;
  --vc-accent-200: #e9d5ff;
  --vc-accent-300: #d8b4fe;
  --vc-accent-400: #c084fc;
  --vc-accent-500: #a855f7;
  --vc-accent-600: #9333ea;
  --vc-accent-700: #7e22ce;
  --vc-accent-800: #6b21a8;
  --vc-accent-900: #581c87;
}
.vc-pink {
  --vc-accent-50: #fdf2f8;
  --vc-accent-100: #fce7f3;
  --vc-accent-200: #fbcfe8;
  --vc-accent-300: #f9a8d4;
  --vc-accent-400: #f472b6;
  --vc-accent-500: #ec4899;
  --vc-accent-600: #db2777;
  --vc-accent-700: #be185d;
  --vc-accent-800: #9d174d;
  --vc-accent-900: #831843;
}
.vc-focus:focus-within {
  outline: 0;
  -webkit-box-shadow: var(--vc-focus-ring);
  box-shadow: var(--vc-focus-ring);
}
.vc-light {
  --vc-color: var(--vc-gray-900);
  --vc-bg: var(--vc-white);
  --vc-border: var(--vc-gray-300);
  --vc-hover-bg: hsla(211, 25%, 84%, 0.3);
  --vc-focus-ring: 0 0 0 2px rgb(59, 131, 246, 0.4);
  --vc-header-arrow-color: var(--vc-gray-500);
  --vc-header-arrow-hover-bg: var(--vc-gray-200);
  --vc-header-title-color: var(--vc-gray-900);
  --vc-weekday-color: var(--vc-gray-500);
  --vc-weeknumber-color: var(--vc-gray-400);
  --vc-nav-hover-bg: var(--vc-gray-200);
  --vc-nav-title-color: var(--vc-gray-900);
  --vc-nav-item-hover-box-shadow: none;
  --vc-nav-item-active-color: var(--vc-white);
  --vc-nav-item-active-bg: var(--vc-accent-500);
  --vc-nav-item-active-box-shadow: var(--vc-shadow);
  --vc-nav-item-current-color: var(--vc-accent-600);
  --vc-day-popover-container-color: var(--vc-white);
  --vc-day-popover-container-bg: var(--vc-gray-800);
  --vc-day-popover-container-border: var(--vc-gray-700);
  --vc-day-popover-header-color: var(--vc-gray-700);
  --vc-popover-content-color: var(--vc-gray-900);
  --vc-popover-content-bg: var(--vc-gray-50);
  --vc-popover-content-border: var(--vc-gray-300);
  --vc-time-picker-border: var(--vc-gray-300);
  --vc-time-weekday-color: var(--vc-gray-700);
  --vc-time-month-color: var(--vc-accent-600);
  --vc-time-day-color: var(--vc-accent-600);
  --vc-time-year-color: var(--vc-gray-500);
  --vc-time-select-group-bg: var(--vc-gray-50);
  --vc-time-select-group-border: var(--vc-gray-300);
  --vc-time-select-group-icon-color: var(--vc-accent-500);
  --vc-select-color: var(--vc-gray-900);
  --vc-select-bg: var(--vc-gray-100);
  --vc-select-hover-bg: var(--vc-gray-200);
  --vc-day-content-hover-bg: var(--vc-hover-bg);
  --vc-day-content-disabled-color: var(--vc-gray-400);
}
.vc-light.vc-attr,
.vc-light .vc-attr {
  --vc-content-color: var(--vc-accent-600);
  --vc-highlight-outline-bg: var(--vc-white);
  --vc-highlight-outline-border: var(--vc-accent-600);
  --vc-highlight-outline-content-color: var(--vc-accent-700);
  --vc-highlight-light-bg: var(--vc-accent-200);
  --vc-highlight-light-content-color: var(--vc-accent-900);
  --vc-highlight-solid-bg: var(--vc-accent-600);
  --vc-highlight-solid-content-color: var(--vc-white);
  --vc-dot-bg: var(--vc-accent-600);
  --vc-bar-bg: var(--vc-accent-600);
}
.vc-dark {
  --vc-color: var(--vc-white);
  --vc-bg: var(--vc-gray-900);
  --vc-border: var(--vc-gray-700);
  --vc-hover-bg: hsla(216, 15%, 52%, 0.3);
  --vc-focus-ring: 0 0 0 2px rgb(59 130 246 / 0.7);
  --vc-header-arrow-color: var(--vc-gray-300);
  --vc-header-arrow-hover-bg: var(--vc-gray-800);
  --vc-header-title-color: var(--vc-gray-100);
  --vc-weekday-color: var(--vc-accent-200);
  --vc-weeknumber-color: var(--vc-gray-500);
  --vc-nav-hover-bg: var(--vc-gray-700);
  --vc-nav-title-color: var(--vc-gray-100);
  --vc-nav-item-hover-box-shadow: none;
  --vc-nav-item-active-color: var(--vc-white);
  --vc-nav-item-active-bg: var(--vc-accent-500);
  --vc-nav-item-active-box-shadow: none;
  --vc-nav-item-current-color: var(--vc-accent-400);
  --vc-day-popover-container-color: var(--vc-gray-800);
  --vc-day-popover-container-bg: var(--vc-white);
  --vc-day-popover-container-border: var(--vc-gray-100);
  --vc-day-popover-header-color: var(--vc-gray-300);
  --vc-popover-content-color: var(--vc-white);
  --vc-popover-content-bg: var(--vc-gray-800);
  --vc-popover-content-border: var(--vc-gray-700);
  --vc-time-picker-border: var(--vc-gray-700);
  --vc-time-weekday-color: var(--vc-gray-400);
  --vc-time-month-color: var(--vc-accent-400);
  --vc-time-day-color: var(--vc-accent-400);
  --vc-time-year-color: var(--vc-gray-500);
  --vc-time-select-group-bg: var(--vc-gray-700);
  --vc-time-select-group-border: var(--vc-gray-500);
  --vc-time-select-group-icon-color: var(--vc-accent-400);
  --vc-select-color: var(--vc-gray-200);
  --vc-select-bg: var(--vc-gray-700);
  --vc-select-hover-bg: var(--vc-gray-600);
  --vc-day-content-hover-bg: var(--vc-hover-bg);
  --vc-day-content-disabled-color: var(--vc-gray-600);
}
.vc-dark.vc-attr,
.vc-dark .vc-attr {
  --vc-content-color: var(--vc-accent-500);
  --vc-highlight-outline-bg: var(--vc-gray-900);
  --vc-highlight-outline-border: var(--vc-accent-300);
  --vc-highlight-outline-content-color: var(--vc-accent-200);
  --vc-highlight-light-bg: var(--vc-accent-800);
  --vc-highlight-light-content-color: var(--vc-accent-100);
  --vc-highlight-solid-bg: var(--vc-accent-500);
  --vc-highlight-solid-content-color: var(--vc-white);
  --vc-dot-bg: var(--vc-accent-500);
  --vc-bar-bg: var(--vc-accent-500);
}
.vc-container {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  font-family: var(--vc-font-family);
  color: var(--vc-color);
  background-color: var(--vc-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}
.vc-container,
.vc-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.vc-container:focus,
.vc-container *:focus {
  outline: none;
}
.vc-container .vc-container {
  border: none;
}
.vc-bordered {
  border: 1px solid;
  border-color: var(--vc-border);
  border-radius: var(--vc-rounded-lg);
}
.vc-expanded {
  min-width: 100%;
}
.vc-transparent {
  background-color: transparent;
}
.vc-date-picker-content {
  padding: 0;
  background-color: var(--vc-bg);
}
.vc-date-picker-content .vc-container {
  border: 0;
}
.search_main {
  border-radius: 8px;
}
.serach_form {
  padding: 15px;
  background-color: #fff;
}
.key_word {
  width: 528px;
}
.key_word .el-input__inner {
  height: 36px;
  line-height: 36px;
}
.key_word .el-input__wrapper {
  border: 1px solid rgba(32, 41, 111, 1);
  border-radius: 4px 0 0 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.search_btn {
  width: 70px;
  height: 40px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  background: #20296f;
  border-radius: 0 4px 4px 0;
  border: none;
  color: #fff;
  cursor: pointer;
}
.search_btn img {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-left: 4px;
}
.help_btn {
  display: inline-block;
  font-size: 14px;
  color: #20296f;
  font-weight: 400;
  vertical-align: bottom;
  margin-left: 20px;
}
.tag_container {
  padding: 15px 15px 1px;
  background: #fff;
}
.tag_container_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  color: #1f286f;
  font-weight: 600;
}
.tag_container_title .clear_history {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 400;
  line-height: 1;
}
.tag_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}
.tag_list li {
  width: 96px;
  height: 30px;
  padding: 0 6px;
  margin-right: 17px;
  margin-bottom: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f1f1f1;
  line-height: 30px;
  text-align: center;
  border-radius: 8px;
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 400;
  cursor: pointer;
}
.tag_list li:nth-child(6n + 3) {
  margin-right: 16px;
}
.tag_list li:nth-child(6n + 6) {
  margin-right: 0;
}
.channel_menu {
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 0 15px;
  position: relative;
}
.channel_menu_list {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.channel_menu .el-scrollbar__view {
  height: 100%;
}
.channel_menu_list li {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 25px;
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 500;
  cursor: pointer;
}
.channel_menu_list li.cur {
  color: #20296f;
  border-bottom: 2px solid #20296f;
}
.search_res_none {
  margin-top: 10px;
  padding: 20px 15px;
  font-size: 16px;
  color: #181818;
  line-height: 22px;
  font-weight: 600;
  background: #fff;
}
.search_res_none span {
  color: #f82d2c;
}
.search_cards {
  margin-top: 20px;
}
.search_res_cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.search_res_card {
  width: 280px;
  height: 86px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
  background: #ffffff;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
}

.card_title {
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 500;
}
.card_desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.card_desc div {
  width: 182px;
  font-size: 12px;
  color: #999;
  font-weight: 400;
  line-height: 1.5;
}
.card_desc a {
  font-size: 12px;
  color: #159bd5;
  font-weight: 400;
  line-height: 1.5;
}
.card_desc .stock_s2.down {
  color: #28c76f;
}
.card_desc .stock_s2.up {
  color: #ea5455;
}
.search_res_list,
.search_result {
  margin-top: 20px;
}
.search_result_tool {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}
.data_range {
  margin-bottom: 10px;
}
.search_result_select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.search_result_count {
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 400;
  line-height: 1;
}
.search_tagresult_list {
  --item-width: 220px;
  --item-height: 66px;
}
.search_tagresult_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search_tagresult_list:after {
  content: "";
  width: var(--item-width);
  height: 0;
  display: block;
}
.search_tagresult_item {
  width: var(--item-width);
  height: var(--item-height);
  padding: 0 15px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 8px;
}
.search_tagresult_item:hover {
  border: 1px solid rgba(31, 40, 111, 1);
}
.search_tagresult_item a {
  display: block;
  height: 100%;
}
.search_tagresult_item p {
  line-height: var(--item-height);
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 400;
}
.search_select {
  width: 100px;
}
.search_select .el-input__inner {
  --el-input-inner-height: 20px;
  height: var(--el-input-inner-height);
}
.search_select_conrange {
  width: 80px;
}
.search_select .el-input__wrapper {
  border: none;
  background: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.el-select.search_select .el-input.is-focus .el-input__wrapper,
.el-select.search_select .el-input__wrapper.is-focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.search_result_item {
  --padding-x: 15px;
  --padding-y: 10px;
  padding: var(--padding-y) var(--padding-x);
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
}
.sr_img {
  width: 200px;
  height: 133px;
  margin-left: 20px;
  float: right;
}
.sr_img img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 6px;
  -o-object-fit: contain;
  object-fit: contain;
}
.sr_title {
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 600;
}
.sr_author {
  margin-top: 6px;
  font-size: 12px;
  color: #999;
  font-weight: 400;
}
.sr_desc {
  margin-top: 6px;
  margin-bottom: 23px;
  font-size: 14px;
  color: #4a4a4a;
  line-height: 21px;
  font-weight: 400;
}
.sr_date_channel {
  font-size: 12px;
}
.sr_date_channel a {
  color: #68bcde;
}
.sr_loadmore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 150px;
  height: 36px;
  margin: 10px auto 0;
  border: 1px solid rgba(32, 41, 111, 1);
  border-radius: 8px;
  font-size: 14px;
  color: #20296f;
  font-weight: 400;
  background: transparent;
  cursor: pointer;
}
.help_pop .el-dialog__title {
  color: #1f286f;
}
.help_pop .el-dialog__body {
  padding: 15px;
}
.help_con {
  margin-bottom: 20px;
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 400;
}
@media (max-width: 750px) {
  .search_main {
    border-radius: 0;
  }
  .serach_form {
    padding: 0.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 10;
  }
  .key_word {
    width: 7.3333rem;
    height: 1.0667rem;
  }
  .key_word .el-input__wrapper {
    padding: 0 11px;
  }
  .key_word .el-input__inner {
    height: 100%;
    line-height: 1.0667rem;
    font-size: 0.4267rem;
  }
  .search_btn {
    width: 1.8667rem;
    height: 1.0667rem;
    font-size: 0.4533rem;
  }
  .search_btn img {
    width: 0.32rem;
    height: 0.32rem;
    vertical-align: middle;
    margin-left: 0.1067rem;
  }
  .tag_container {
    padding: 0.4rem 0.4rem 0.1333rem;
  }
  .tag_container_title {
    font-size: 0.48rem;
  }
  .tag_container_title .clear_history {
    font-size: 0.3733rem;
  }
  .tag_list {
    margin-top: 0.4rem;
  }
  .tag_list li {
    width: 2.88rem;
    height: 0.96rem;
    padding: 0 0.32rem;
    margin-right: 0.28rem;
    margin-bottom: 0.2667rem;
    line-height: 0.96rem;
    border-radius: 0.2133rem;
    font-size: 0.3733rem;
  }
  .tag_list li:nth-child(6n + 3) {
    margin-right: 0.2933rem;
  }
  .tag_list li:nth-child(6n + 6) {
    margin-right: 0.2933rem;
  }
  .tag_list li:nth-child(3n + 3) {
    margin-right: 0;
  }
  .channel_menu {
    height: 1.3333rem;
    padding: 0 0.4rem;
    z-index: 10;
  }
  .menu_scrollbar {
    width: 8.2667rem;
  }
  .channel_menu_list li {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.8rem;
    font-size: 0.3733rem;
  }
  .channel_menu_list li.cur {
    color: #20296f;
    border-bottom: 2px solid #20296f;
  }
  .cm_wap_pd {
    width: 0.4rem;
    height: 0.32rem;
    position: absolute;
    right: 0.5333rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background: none;
  }
  .cm_wap_pd img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .cm_wap_pd.open img {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .cm_wap_all {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    width: 10rem;
    padding-top: 0.4rem;
    padding-left: 0.4rem;
    padding-bottom: 0.1333rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f7f7f8;
  }
  .cm_wap_all ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cm_wap_all li {
    width: 2.88rem;
    height: 0.96rem;
    line-height: 0.96rem;
    margin-right: 0.2933rem;
    margin-bottom: 0.2667rem;
    background: #ffffff;
    text-align: center;
    border-radius: 0.2133rem;
    font-size: 0.3733rem;
    color: #4a4a4a;
    font-weight: 500;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cm_wap_all li.cur {
    border: 1px solid rgba(32, 41, 111, 1);
    color: #20296f;
  }
  .cmw_cover {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .search_res_container {
    position: relative;
  }
  .search_res_none {
    margin-top: 0.5333rem;
    padding: 0.4rem 0.2667rem;
    font-size: 0.48rem;
    line-height: 0.72rem;
  }
  .search_res_none span {
    color: #f82d2c;
  }
  .search_cards {
    margin-top: 0.5333rem;
  }
  .search_res_cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .search_res_card {
    width: 7.4667rem;
    height: 2.2933rem;
    margin-right: 0.5333rem;
    padding: 0.2667rem 0.4rem;
    border-radius: 0.2133rem;
  }
  .card_title {
    font-size: 0.4267rem;
  }
  .card_desc div {
    width: 4.853rem;
    font-size: 0.32rem;
  }
  .card_desc a {
    font-size: 0.32rem;
  }
  .search_res_list {
    margin-top: 0.2667rem;
  }
  .search_result {
    margin-top: 0.5333rem;
    padding: 0 0.4rem;
  }
  .search_result_tool {
    padding: 0;
  }
  .search_result_count {
    font-size: 0.3733rem;
  }
  .search_select {
    width: 2rem;
    margin-right: 0.4rem;
  }
  .search_select:last-child {
    margin-right: 0;
  }
  .search_select_conrange {
    width: 1.2rem;
  }
  .search_select .el-input {
    font-size: 0.3733rem;
  }
  .search_select .el-input__wrapper {
    padding: 0;
  }
  .search_select .el-input__inner {
    --el-input-inner-height: 0.5333rem;
    height: var(--el-input-inner-height);
  }
  .search_select .el-input__suffix-inner > :first-child {
    margin-left: 0.1067rem;
  }
  .search_result_item {
    --padding-x: 0.4rem;
    --padding-y: 0.2667rem;
    min-height: auto;
    padding: var(--padding-y) var(--padding-x);
    border-radius: 0.2133rem;
    margin-bottom: 0.5333rem;
  }
  .search_tagresult_list {
    --item-width: 4.4rem;
    --item-height: 1.3333rem;
  }
  .search_tagresult_list:after {
    width: var(--item-width);
  }
  .search_tagresult_item {
    width: var(--item-width);
    height: var(--item-height);
    padding: 0 0.4rem;
    border-radius: 0.2133rem;
    margin-bottom: 0.5333rem;
  }
  .search_tagresult_item p {
    line-height: var(--item-height);
    font-size: 0.4267rem;
  }
  .sr_img {
    width: 2.6667rem;
    height: 1.7733rem;
    margin-left: 0.4rem;
  }
  .sr_img img {
    border-radius: 6px;
  }
  .sr_title {
    font-size: 0.4267rem;
    line-height: 0.54rem;
  }
  .sr_author {
    margin-top: 0.16rem;
    font-size: 0.32rem;
  }
  .sr_desc {
    margin-top: 0.16rem;
    margin-bottom: 0.16rem;
    font-size: 0.3733rem;
    line-height: 0.56rem;
  }
  .sr_date_channel {
    position: static;
    font-size: 0.32rem;
  }
  .sr_loadmore {
    display: none;
  }
}
.vc-container button {
  background: none;
}
:root {
  --vc-rounded-lg: 5px;
}
.ai_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  padding-left: 15px;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #181818;
}
.ai_link img {
  display: block;
  width: 26px;
  height: 24px;
  margin-right: 15px;
}
.el-input__suffix .ai_link {
  height: 100%;
  margin: 0;
  padding: 0 5px;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
  background: none;
}
.el-input__suffix .ai_link img {
  margin-right: 0;
}
.main {
  width: 990px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 20px;
}
.container {
  width: 690px;
}
@media (max-width: 750px) {
  .main {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .container {
    width: 100%;
  }
}
.back_top[data-v-909bc5c0] {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAB4CAYAAAA5ZDbSAAAABGdBTUEAALGPC/xhBQAACklpQ0NQc1JHQiBJRUM2MTk2Ni0yLjEAAEiJnVN3WJP3Fj7f92UPVkLY8LGXbIEAIiOsCMgQWaIQkgBhhBASQMWFiApWFBURnEhVxILVCkidiOKgKLhnQYqIWotVXDjuH9yntX167+3t+9f7vOec5/zOec8PgBESJpHmomoAOVKFPDrYH49PSMTJvYACFUjgBCAQ5svCZwXFAADwA3l4fnSwP/wBr28AAgBw1S4kEsfh/4O6UCZXACCRAOAiEucLAZBSAMguVMgUAMgYALBTs2QKAJQAAGx5fEIiAKoNAOz0ST4FANipk9wXANiiHKkIAI0BAJkoRyQCQLsAYFWBUiwCwMIAoKxAIi4EwK4BgFm2MkcCgL0FAHaOWJAPQGAAgJlCLMwAIDgCAEMeE80DIEwDoDDSv+CpX3CFuEgBAMDLlc2XS9IzFLiV0Bp38vDg4iHiwmyxQmEXKRBmCeQinJebIxNI5wNMzgwAABr50cH+OD+Q5+bk4eZm52zv9MWi/mvwbyI+IfHf/ryMAgQAEE7P79pf5eXWA3DHAbB1v2upWwDaVgBo3/ldM9sJoFoK0Hr5i3k4/EAenqFQyDwdHAoLC+0lYqG9MOOLPv8z4W/gi372/EAe/tt68ABxmkCZrcCjg/1xYW52rlKO58sEQjFu9+cj/seFf/2OKdHiNLFcLBWK8ViJuFAiTcd5uVKRRCHJleIS6X8y8R+W/QmTdw0ArIZPwE62B7XLbMB+7gECiw5Y0nYAQH7zLYwaC5EAEGc0Mnn3AACTv/mPQCsBAM2XpOMAALzoGFyolBdMxggAAESggSqwQQcMwRSswA6cwR28wBcCYQZEQAwkwDwQQgbkgBwKoRiWQRlUwDrYBLWwAxqgEZrhELTBMTgN5+ASXIHrcBcGYBiewhi8hgkEQcgIE2EhOogRYo7YIs4IF5mOBCJhSDSSgKQg6YgUUSLFyHKkAqlCapFdSCPyLXIUOY1cQPqQ28ggMor8irxHMZSBslED1AJ1QLmoHxqKxqBz0XQ0D12AlqJr0Rq0Hj2AtqKn0UvodXQAfYqOY4DRMQ5mjNlhXIyHRWCJWBomxxZj5Vg1Vo81Yx1YN3YVG8CeYe8IJAKLgBPsCF6EEMJsgpCQR1hMWEOoJewjtBK6CFcJg4Qxwicik6hPtCV6EvnEeGI6sZBYRqwm7iEeIZ4lXicOE1+TSCQOyZLkTgohJZAySQtJa0jbSC2kU6Q+0hBpnEwm65Btyd7kCLKArCCXkbeQD5BPkvvJw+S3FDrFiOJMCaIkUqSUEko1ZT/lBKWfMkKZoKpRzame1AiqiDqfWkltoHZQL1OHqRM0dZolzZsWQ8ukLaPV0JppZ2n3aC/pdLoJ3YMeRZfQl9Jr6Afp5+mD9HcMDYYNg8dIYigZaxl7GacYtxkvmUymBdOXmchUMNcyG5lnmA+Yb1VYKvYqfBWRyhKVOpVWlX6V56pUVXNVP9V5qgtUq1UPq15WfaZGVbNQ46kJ1Bar1akdVbupNq7OUndSj1DPUV+jvl/9gvpjDbKGhUaghkijVGO3xhmNIRbGMmXxWELWclYD6yxrmE1iW7L57Ex2Bfsbdi97TFNDc6pmrGaRZp3mcc0BDsax4PA52ZxKziHODc57LQMtPy2x1mqtZq1+rTfaetq+2mLtcu0W7eva73VwnUCdLJ31Om0693UJuja6UbqFutt1z+o+02PreekJ9cr1Dund0Uf1bfSj9Rfq79bv0R83MDQINpAZbDE4Y/DMkGPoa5hpuNHwhOGoEctoupHEaKPRSaMnuCbuh2fjNXgXPmasbxxirDTeZdxrPGFiaTLbpMSkxeS+Kc2Ua5pmutG003TMzMgs3KzYrMnsjjnVnGueYb7ZvNv8jYWlRZzFSos2i8eW2pZ8ywWWTZb3rJhWPlZ5VvVW16xJ1lzrLOtt1ldsUBtXmwybOpvLtqitm63Edptt3xTiFI8p0in1U27aMez87ArsmuwG7Tn2YfYl9m32zx3MHBId1jt0O3xydHXMdmxwvOuk4TTDqcSpw+lXZxtnoXOd8zUXpkuQyxKXdpcXU22niqdun3rLleUa7rrStdP1o5u7m9yt2W3U3cw9xX2r+00umxvJXcM970H08PdY4nHM452nm6fC85DnL152Xlle+70eT7OcJp7WMG3I28Rb4L3Le2A6Pj1l+s7pAz7GPgKfep+Hvqa+It89viN+1n6Zfgf8nvs7+sv9j/i/4XnyFvFOBWABwQHlAb2BGoGzA2sDHwSZBKUHNQWNBbsGLww+FUIMCQ1ZH3KTb8AX8hv5YzPcZyya0RXKCJ0VWhv6MMwmTB7WEY6GzwjfEH5vpvlM6cy2CIjgR2yIuB9pGZkX+X0UKSoyqi7qUbRTdHF09yzWrORZ+2e9jvGPqYy5O9tqtnJ2Z6xqbFJsY+ybuIC4qriBeIf4RfGXEnQTJAntieTE2MQ9ieNzAudsmjOc5JpUlnRjruXcorkX5unOy553PFk1WZB8OIWYEpeyP+WDIEJQLxhP5aduTR0T8oSbhU9FvqKNolGxt7hKPJLmnVaV9jjdO31D+miGT0Z1xjMJT1IreZEZkrkj801WRNberM/ZcdktOZSclJyjUg1plrQr1zC3KLdPZisrkw3keeZtyhuTh8r35CP5c/PbFWyFTNGjtFKuUA4WTC+oK3hbGFt4uEi9SFrUM99m/ur5IwuCFny9kLBQuLCz2Lh4WfHgIr9FuxYji1MXdy4xXVK6ZHhp8NJ9y2jLspb9UOJYUlXyannc8o5Sg9KlpUMrglc0lamUycturvRauWMVYZVkVe9ql9VbVn8qF5VfrHCsqK74sEa45uJXTl/VfPV5bdra3kq3yu3rSOuk626s91m/r0q9akHV0IbwDa0b8Y3lG19tSt50oXpq9Y7NtM3KzQM1YTXtW8y2rNvyoTaj9nqdf13LVv2tq7e+2Sba1r/dd3vzDoMdFTve75TsvLUreFdrvUV99W7S7oLdjxpiG7q/5n7duEd3T8Wej3ulewf2Re/ranRvbNyvv7+yCW1SNo0eSDpw5ZuAb9qb7Zp3tXBaKg7CQeXBJ9+mfHvjUOihzsPcw83fmX+39QjrSHkr0jq/dawto22gPaG97+iMo50dXh1Hvrf/fu8x42N1xzWPV56gnSg98fnkgpPjp2Snnp1OPz3Umdx590z8mWtdUV29Z0PPnj8XdO5Mt1/3yfPe549d8Lxw9CL3Ytslt0utPa49R35w/eFIr1tv62X3y+1XPK509E3rO9Hv03/6asDVc9f41y5dn3m978bsG7duJt0cuCW69fh29u0XdwruTNxdeo94r/y+2v3qB/oP6n+0/rFlwG3g+GDAYM/DWQ/vDgmHnv6U/9OH4dJHzEfVI0YjjY+dHx8bDRq98mTOk+GnsqcTz8p+Vv9563Or59/94vtLz1j82PAL+YvPv655qfNy76uprzrHI8cfvM55PfGm/K3O233vuO+638e9H5ko/ED+UPPR+mPHp9BP9z7nfP78L/eE8/stRzjPAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAAJcEhZcwAACxMAAAsTAQCanBgAAAJ8SURBVHic7dwxbtRgEEDh2YWGkhuARB9KWjgGFbdAQtoUoSAXoOYSFBxjk4sAEhI0m6XJSCkIYpe1/5nn9ySXlkf+ZFuy/Hu13+/DuK1HD2DTJjA8geEJDE9geALDExiewPAEhicwPIHhCQxPYHgCwxMYnsDwBIYnMDyB4QkMT2B4AsMTGJ7A8ASGJzA8geEJDE9geA9HDxARcX51Q13i+O7ibP1h5ABewfAEhicwPIHhCQxPYHgCwxMYXokXHRHxdPQAE/V19ACrCv/JWq1Wo0eYrNHn11s0PIHhLQ54s909Gz3DnC0KeLPdXUbE9Wa7ezV6lrlaDPAt7tuIeBQRn5eCvAjgO7jZYpDxwH/AzRaBjAb+C26GR8YC/wNuhkZGAh+Am2GRccBH4GZIZBTwf+BmOGQM8AlwMxQyAviEuBkGuT3wBLgZArk18IS4WXvktsAz4GatkVsCz4ibtUVuBzwAN2uJ3Ap4IG7WDrkNcAHcrBVyC+BCuFkb5PLABXGzFsilgQvjZuWRywI3wM1KI5cEboSblUUuB9wQNyuJXAq4MW5WDrkMMAA3K4VcYnXh+dUNBfduPyPixcXZ+nrkEFXWB1/ebof0OiI+TjDLfT2JiO8H7vNrgjkOqsQVfMz64M129yYiPp18mPt7/P75g2+H7jT6/JZ5Bts0CQxPYHgCwxMYnsDwBIYnMDyB4QkMT2B4AsMTGJ7A8ASGJzC8Kl90HNOXiHg54/F+zHisk1Xiiw6bLm/R8ASGJzA8geEJDE9geALDExiewPAEhicwPIHhCQxPYHgCwxMYnsDwBIYnMDyB4QkMT2B4AsMTGJ7A8ASGJzA8geEJDO83Ex/ZysemLKMAAAAASUVORK5CYII=);
  background-size: 100% 100%;
  border: 1px solid #7ed0fd;
}
